home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / misc / HWGRCSmanp12f.lha / HWGRCS / hwgrcs / man / rcsfreeze.man < prev    next >
Text File  |  1993-01-19  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4. RCSFREEZE(1)             USER COMMANDS               RCSFREEZE(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      rcsfreeze - freeze a configuration  of  sources  checked  in
  10.      under RCS
  11.  
  12. SYNOPSIS
  13.      rcsfreeze [_n_a_m_e]
  14.  
  15. DESCRIPTION
  16.      rcsfreeze assigns a symbolic revision number to a set of RCS
  17.      files that form a valid configuration.
  18.  
  19.      The idea is to run rcsfreeze each  time  a  new  version  is
  20.      checked  in.  A unique symbolic name (C__n_u_m_b_e_r, where _n_u_m_b_e_r
  21.      is increased each time rcsfreeze is run) is then assigned to
  22.      the most recent revision of each RCS file of the main trunk.
  23.  
  24.      An optional _n_a_m_e argument to rcsfreeze gives a symbolic name
  25.      to  the  configuration.  The unique identifier is still gen-
  26.      erated and is listed in the log file but it will not  appear
  27.      as  part  of  the  symbolic  revision name in the actual RCS
  28.      files.
  29.  
  30.      A log message is requested from the user for  future  refer-
  31.      ence.
  32.  
  33.      The shell script works only on all RCS files  at  one  time.
  34.      All   changed   files  must  be  checked  in  already.   Run
  35.      _r_c_s_c_l_e_a_n(1) first and see whether any sources remain in  the
  36.      current directory.
  37.  
  38. FILES
  39.      RCS/.rcsfreeze.ver
  40.           version number
  41.  
  42.      RCS/.rcsfreeze.log
  43.           log messages, most recent first
  44.  
  45. AUTHOR
  46.      Stephan v. Bechtolsheim
  47.  
  48. SEE ALSO
  49.      co(1), rcs(1), rcsclean(1), rlog(1)
  50.  
  51. BUGS
  52.      rcsfreeze does not check whether any sources are checked out
  53.      and modified.
  54.  
  55.      Although both source file  names  and  RCS  file  names  are
  56.      accepted, they are not paired as usual with RCS commands.
  57.  
  58.      Error checking is rudimentary.
  59.  
  60.  
  61.  
  62.  
  63. GNU                  Last change: 1990/11/13                    1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. RCSFREEZE(1)             USER COMMANDS               RCSFREEZE(1)
  71.  
  72.  
  73.  
  74.      rcsfreeze is just an  optional  example  shell  script,  and
  75.      should  not be taken too seriously.  See CVS for a more com-
  76.      plete solution.
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. GNU                  Last change: 1990/11/13                    2
  130.  
  131.  
  132.  
  133.